home *** CD-ROM | disk | FTP | other *** search
/ PC Active 2009 June / PC Active NR.226.iso / intface / styles / menu.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2008-01-31  |  887 b   |  52 lines

  1. .main_menuBegin {
  2.     margin-top: 30px;
  3.     width: 210px;
  4.     height: 64px;
  5.     border: 0px solid black;
  6.     font-family: verdana;
  7.     font-size:16px;
  8.     font-weight: bolder;
  9. }
  10.  
  11. .main_menuNummer {
  12.     margin-top: 30px;
  13.     width: 130px;
  14.     height: 64px;
  15.     border: 0px solid black;
  16.     font-family: verdana;
  17.     font-size:16px;
  18.     font-weight: bolder;
  19.     text-align: center;
  20. }
  21.  
  22. .main_menuMaand {
  23.     margin-top: 30px;
  24.     width: 130px;
  25.     height: 64px;
  26.     border: 0px solid black;
  27.     font-family: verdana;
  28.     font-size:16px;
  29.     font-weight: bolder;
  30.     text-align: center;
  31. }
  32.  
  33. .main_menuJaar {
  34.     margin-top: 30px;
  35.     width: 120px;
  36.     height: 64px;
  37.     border: 0px solid black;
  38.     font-family: verdana;
  39.     font-size:16px;
  40.     font-weight: bolder;
  41.     text-align: center;
  42. }
  43.  
  44. .main_menuEind {
  45.     margin-top: 30px;
  46.     width: 200px;
  47.     font-family: verdana;
  48.     border: 0px solid black;
  49.     font-size:16px;
  50.     font-weight: bolder;
  51. }
  52.